home *** CD-ROM | disk | FTP | other *** search
/ PC Format (PL) 2008 December / PC_Format_122008.iso / Multimedia / MediaPortal 0.2.3.0 / MediaPortal_0.2.3.0_Setup.exe / Configuration.exe.config < prev    next >
Extensible Markup Language  |  2007-11-12  |  314b  |  11 lines

  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <configuration>
  3.   <runtime>
  4.     <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
  5.       <probing privatePath="plugins\process"/>
  6.     </assemblyBinding>
  7.   </runtime>
  8.   <appSettings>
  9.     <add key="version" value="0.2.3.0"/>
  10.   </appSettings>
  11. </configuration>